home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kupidon-strike.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  419 b   |  16 lines

  1. stop();
  2. savings.data.score = 0;
  3. savings.data.level = 1;
  4. savings.data.gamemode = 0;
  5. mn2.scr.text = _root.total_score;
  6. mn2._visible = false;
  7. vh._visible = false;
  8. if(_root._url.indexOf("mindjolt.com") != -1)
  9. {
  10.    mn1._visible = false;
  11.    sbm.enabled = false;
  12.    sbm._alpha = 30;
  13.    ScoreAPI = new LocalConnection();
  14.    ScoreAPI.send(_root.com_mindjolt_api,"submitScore",_root.total_score,_root.gamemode);
  15. }
  16.